Xceed .NET Libraries Documentation
Xceed.SSH.Protocols Assembly / Xceed.SSH.Protocols Namespace / SshEcDsaSignaturePayload Class / DecodeBlob Method / DecodeBlob(Byte[],Byte[],Byte[]) Method


In This Topic
    DecodeBlob(Byte[],Byte[],Byte[]) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Sub DecodeBlob( _
       ByVal signatureBlob() As Byte, _
       ByRef r() As Byte, _
       ByRef s() As Byte _
    ) 
    'Usage
     
    Dim signatureBlob() As Byte
    Dim r() As Byte
    Dim s() As Byte
     
    SshEcDsaSignaturePayload.DecodeBlob(signatureBlob, r, s)
    public static void DecodeBlob( 
       byte[] signatureBlob,
       out byte[] r,
       out byte[] s
    )

    Parameters

    signatureBlob
    r
    s
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also